Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As NamedObjectCollection(Of T) |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class NamedObjectCollection(Of T As NamedObject) Inherits AppMgmtKeyedCollectionBase(Of IObjectId, T) Implements INamedObjectCollection(Of T), IKeyedCollection(Of IObjectId, T), _ IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IEnumerable |
C# |
---|
[SerializableAttribute] public class NamedObjectCollection<T> : AppMgmtKeyedCollectionBase<IObjectId,T>, INamedObjectCollection<T>, IKeyedCollection<IObjectId,T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : NamedObject |
C++ |
---|
[SerializableAttribute] generic<typename T> where T : NamedObject public ref class NamedObjectCollection : public AppMgmtKeyedCollectionBase<IObjectId^, T>, INamedObjectCollection<T>, IKeyedCollection<IObjectId^, T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
J# |
---|
|
JScript |
---|
|
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
Microsoft.ConfigurationManagement.ApplicationManagement.NamedObjectCollection
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
Microsoft.ConfigurationManagement.ApplicationManagement.NamedObjectCollection
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.